home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / ZIPTOOL-.{3_ / ZIPTOOL.TXT < prev   
Text File  |  1999-09-17  |  2KB  |  42 lines

  1.  
  2.    ziptool will turn write-protection on and off for ZIP disks including
  3.    those that have been write-protected with a password. It can also
  4.    eject the disk in your ZIP drive.
  5.  
  6.    The ziptool program requires read/write access to the physical disk
  7.    device, so it can only be run by root. It does not require any special
  8.    kernel patches, and it works with both the SCSI and PPA versions of
  9.    the drive. It makes a number of sanity checks to ensure that you don't
  10.    attempt to manipulate a mounted disk, and that you are actually
  11.    operating on a ZIP disk.
  12.  
  13.    Not all protection modes supported by the hardware are available in
  14.    Linux. In particular, there is a mode that prevents all access to the
  15.    device until it is unlocked with a password. This mode is not
  16.    supported, as Linux is unable to open such a disk anyway.
  17.  
  18. ZipTool commands
  19.  
  20.    Ziptool's command syntax takes the form:
  21.         ziptool device command
  22.  
  23.    Where device is the full device name for the raw SCSI device
  24.    corresponding to your ZIP drive, for example: /dev/sda, and command is
  25.    one of the following: eject, ro, rw or status.
  26.  
  27.    eject ejects the disk from your ZIP drive. ro puts the disk in the
  28.    drive into read-only mode, the new mode is recorded on the disk volume
  29.    and remains in effect for that volume until the rw command is used to
  30.    change it. You can also change it with Iomega's own ZipTools programs
  31.    under DOS or Windows, of course.
  32.  
  33.    rw restores read-write permissions on the current disk volume. If the
  34.    disk has been protected with a password, you will be prompted to enter
  35.    that password before writing is enabled. You can use the status
  36.    command to determine the current write-protection mode of the disk.
  37.  
  38.    Whenever you change the mode on a disk, ziptool will eject the disk.
  39.    This behaviour is necessary to ensure that Linux rereads the
  40.    write-protect flag for the disk before attempting to use it again.
  41.  
  42.